home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000426_news@watsun.cc.columbia.edu _Wed Mar 31 09:50:38 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA22460
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 31 Mar 1999 09:50:36 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA08301
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 31 Mar 1999 09:25:22 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Kermit Specs
  11. Date: 31 Mar 1999 14:25:21 GMT
  12. Organization: Columbia University
  13. Message-ID: <7dtb8h$83b$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <7dsnve$bfq$1@nnrp1.dejanews.com>,
  17. Patrick Quaedackers  <p.quaedackers@usa.net> wrote:
  18. : I'm searching for Kermit Protocol documentation/specs for writing a program
  19. : that recieves data from an other device. That device (a barcode reader) sends
  20. : its data to my workstation, by using the Kermit Protocol. In order to recieve
  21. : the data correctly, I need to understand the Kermit Protocol. I have to know
  22. : how long a frame is, how the frameheader is built etc.
  23. See the Kermit website:
  24.  
  25.   http://www.columbia.edu/kermit/
  26.  
  27. Note, however, that you probably do not need to write a Kermit protocol
  28. implementation for your workstation -- there is almost certainly a Kermit
  29. program available for it already, such as:
  30.  
  31.   UNIX         C-Kermit      http://www.columbia.edu/kermit/ckermit.html
  32.   VMS          C-Kermit      http://www.columbia.edu/kermit/ckermit.html 
  33.   Windows 95   Kermit 95     http://www.columbia.edu/kermit/k95.html
  34.   Windows 98   Kermit 95     http://www.columbia.edu/kermit/k95.html
  35.   Windows NT   Kermit 95     http://www.columbia.edu/kermit/k95.html
  36.   OS/2         Kermit 95     http://www.columbia.edu/kermit/k95.html
  37.  
  38. etc etc.
  39.  
  40. - Frank